Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / AddRange Method
The collection whose elements should be added to the end of the StructList<T>.

In This Topic
    AddRange Method (StructList<T>)
    In This Topic
    Adds the elements of the specified collection to the end of the StructList<T>.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of T) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<T> collection
    )

    Parameters

    collection
    The collection whose elements should be added to the end of the StructList<T>.
    See Also